home *** CD-ROM | disk | FTP | other *** search
/ PC Electronic Plus / PC Electronics Plus (Most Significant Bits)(1995).ISO / pctech / elec8.cai < prev    next >
Text File  |  1991-11-05  |  15KB  |  330 lines

  1. @OPTIONS ESCAPE NOEDIT
  2. @ESC SYSTEM
  3. .SCREEN 0
  4. .COLOR 15,0
  5. .CLS
  6.  ┌────────────────────────────────────────────────────────────────────────────┐
  7.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ INTRODUCTION ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  8.  └────────────────────────────────────────────────────────────────────────────┘
  9.  
  10.  
  11.            The following procedures can be used to identify the causes
  12.            of most electrical and electronic system malfunctions. No
  13.            review questions are included in this section.
  14.  
  15.            The procedures apply to both circuits utilizing separate
  16.            wires/components and those mounted on Circuit Boards. In
  17.            the case of Circuit Boards, use extreme care with VOM
  18.            probes to avoid touching two components or wire traces at
  19.            once (A condition that will create a "Short Circuit"). Also
  20.            note that most boards will have a clearly marked Ground where
  21.            the - probe of the VOM can be positioned.
  22.  
  23.            Testing of integrated circuits, transformers, and other
  24.            products that utilize separate circuits is normally
  25.            limited to verifying input and output voltages.
  26. .LOCATE 25,19
  27. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  28. .CLS
  29. .SKIP 6
  30.           ┌──────────────────────────────────────────────────────────┐
  31.           │                         WARNING                          │
  32.           │                                                          │
  33.           │ELECTRICAL COMPONENTS CAN CAUSE SHOCKS AND ELECTRICAL     │
  34.           │                                                          │
  35.           │BURNS IF APPROPRIATE SAFETY PROCEDURES ARE NOT FOLLOWED.  │
  36.           │                                                          │
  37.           │USE EXTREME CARE TO AVOID THE RISK OF INJURY WHEN WORKING │
  38.           │                                                          │
  39.           │WITH ANY SYSTEM THAT USES ELECTRICAL POWER.               │
  40.           └──────────────────────────────────────────────────────────┘
  41. .LOCATE 25,19
  42. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  43. .CLS
  44.  ┌────────────────────────────────────────────────────────────────────────────┐
  45.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  46.  └────────────────────────────────────────────────────────────────────────────┘
  47.  
  48.  
  49.  
  50.  
  51.          When an electrical or electronic system fails to operate, the
  52.          problem will fall into one of four general categories:
  53.  
  54.          1. LOW VOLTAGE/NO POWER AT SOURCE
  55.  
  56.          2. MALFUNCTION IN DEVICE THAT USES POWER
  57.  
  58.          3. BLOWN FUSE/OPEN SWITCH/MALFUNCTIONING COMPONENT IN CIRCUIT
  59.  
  60.          4. BREAK IN WIRING/BLOWN FUSE/POOR CONNECTIONS
  61. .LOCATE 25,19
  62. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  63. .CLS
  64.  ┌────────────────────────────────────────────────────────────────────────────┐
  65.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  66.  └────────────────────────────────────────────────────────────────────────────┘
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.          The troubleshooting procedure involves tracing the circuit
  74.          to identify the location of the problem.
  75.  
  76.          Although a Test Light can be used to verify that there is
  77.          power in an electrical circuit, a VOLT/OHM Meter (VOM) is
  78.          required to verify that the power level is correct and to
  79.          perform more sophisticated troubleshooting operations.  A
  80.          wiring diagram may also be needed to trace the circuit.
  81. .LOCATE 25,19
  82. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  83. .CLS
  84.  ┌────────────────────────────────────────────────────────────────────────────┐
  85.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  86.  └────────────────────────────────────────────────────────────────────────────┘
  87.  
  88.  
  89.  
  90.  
  91.                    ┌───────────────────────────────────────┐
  92.                    │1. VERIFY THE POWER LEVEL AT THE SOURCE│
  93.                    └───────────────────────────────────────┘
  94.  
  95.                     Modern automotive systems use a 12 volt
  96.                     electrical system and all components
  97.                     are designed to operate using 12 volts
  98.                     of incoming power.
  99.  
  100.                                     - more -
  101. .LOCATE 25,19
  102. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  103. .CLS
  104.  ┌────────────────────────────────────────────────────────────────────────────┐
  105.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  106.  └────────────────────────────────────────────────────────────────────────────┘
  107.  
  108.  
  109.  
  110.  
  111.                        A. With the engine and all power using
  112.                           components turned off take a voltage
  113.                           reading with VOM to verify that there
  114.                           is 12 volts at the battery.
  115.  
  116.                        B. Turn on the engine and all power using
  117.                           systems (including the lights) and
  118.                           recheck the voltage level at the
  119.                           battery to verify that the voltage
  120.                           level is correct under maximum load
  121.                           conditions.
  122.  
  123.      (Touch + probe of VOM to + battery terminal and - probe to - terminal)
  124. .LOCATE 25,19
  125. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  126. .CLS
  127. .SKIP 5
  128.             NOTE: Voltage readings at the Battery are normally 12-14
  129.             volts. Although many components will function at levels
  130.             as low as 9 volts, erratic performance may result if the
  131.             voltage is less than the 12 volts specified.
  132.  
  133.             A failure to obtain a 12 volt reading at the battery may
  134.             be due to a faulty Battery or malfunctioning charging
  135.             system (Alternator/Voltage Regulator). If twelve volts
  136.             cannot be obtained with all power using components in
  137.             operation, the Alternator may not have sufficient
  138.             output to meet the power requirements.
  139. .LOCATE 25,19
  140. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  141. .CLS
  142.  ┌────────────────────────────────────────────────────────────────────────────┐
  143.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  144.  └────────────────────────────────────────────────────────────────────────────┘
  145.  
  146.  
  147.         ┌─────────────────────────────────────────────────────────────┐
  148.         │2. VERIFY THAT THERE IS 12 VOLTS AT THE POWER USING COMPONENT│
  149.         └─────────────────────────────────────────────────────────────┘
  150.  
  151.          A.  Identify the wire that links the + terminal of battery to
  152.              component that uses the power.
  153.  
  154.              (NOTE: The wire is normally routed from the fuse box.
  155.              Aftermarket components may tap into the fuse box, tap
  156.              into a wire from the fuse box, or use a wire that is
  157.              connected to the battery.  Most wires will be color
  158.              coded.  If two wires lead into the component, the -
  159.              wire (ground) will normally be Black.)
  160.  
  161.                                     - more -
  162. .LOCATE 25,19
  163. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  164. .CLS
  165.  ┌────────────────────────────────────────────────────────────────────────────┐
  166.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  167.  └────────────────────────────────────────────────────────────────────────────┘
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.          B.  Take voltage a voltage reading with a VOM to verify
  175.              that there is 12 volts of power in the + wire.
  176.  
  177.              (In most cases there will be a plug-in connector in the
  178.              wires at or on the component.  Detach the connector and
  179.              take the reading at that point.)
  180.  
  181.       (Touch + probe of VOM to + wire being tested and - probe to ground)
  182. .LOCATE 25,19
  183. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  184. .CLS
  185.  
  186.  
  187.  
  188.  
  189.             NOTE: If the voltage reading at the component is correct
  190.             and the component does not function, the component is
  191.             the cause of the malfunction and should be repaired or
  192.             replaced.*
  193.  
  194.             In the case of components that include circuits and
  195.             other components (radios, computer modules, etc) further
  196.             testing that may require specialized diagnostic equipment
  197.             is required to confirm that the nature of the malfunction.
  198.  
  199.             * NOTE: Always to check that a poor ground connection
  200.                     is not the problem (ground wire should be securely
  201.                     attached to the body or component secured to body)
  202.                     before concluding that the component is at fault.
  203.                     Also, check component for any internal blown
  204.                     fuses.
  205.  
  206.  
  207. .LOCATE 25,19
  208. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  209. .CLS
  210.  ┌────────────────────────────────────────────────────────────────────────────┐
  211.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  212.  └────────────────────────────────────────────────────────────────────────────┘
  213.  
  214.            If there is no power in the wire leading to the component:
  215.  
  216.    ┌────────────────────────────────────────────────────────────────────────┐
  217.    │3. CHECK FOR BLOWN FUSES/OPEN SWITCHES/MALFUNCTIONING IN-LINE COMPONENTS│
  218.    └────────────────────────────────────────────────────────────────────────┘
  219.  
  220.            A. Check for blown Fuses. The Fuse location for factory
  221.               installed components will normally be the vehicle's
  222.               Fuse Box. Aftermarket components are likely to include
  223.               in in-line fuse in the + power wire.
  224.  
  225.               NOTE: If a Fuse is blown attempt to verify the cause
  226.               and correct the problem before replacing the Fuse.
  227.               Always replace a blown Fuse with one that has the same
  228.               voltage and amperage rating. Many times the cause will
  229.               be in the component that uses the power.
  230.  
  231.                                     - more -
  232. .LOCATE 25,19
  233. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  234. .CLS
  235.  ┌────────────────────────────────────────────────────────────────────────────┐
  236.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  237.  └────────────────────────────────────────────────────────────────────────────┘
  238.            B. Check any in-line Switches. Newer vehicles with complex
  239.               electrical systems may include in-line Switches that will
  240.               only allow the component to function if certain conditions
  241.               are met (Air conditioners, instance, may include high and
  242.               low pressure Safety Switches). In vehicles with computer
  243.               controls, the computer may control an in-line relay.
  244.  
  245.               NOTE: To check a Switch, use a VOM to verify that there is
  246.               power at the Switch.  There should also be power in the wire
  247.               from the Switch when the Switch is "closed".  To confirm a
  248.               Switch failure, use a "jumper wire" to temporarily bypass the
  249.               switch.  If the component functions, the Switch has failed.
  250.               In the case of computer controlled relays, verify that there
  251.               is output voltage from the computer.  If there is no voltage,
  252.               the computer may have identified a condition and will not
  253.               allow the component to function until the condition is
  254.               corrected, or the cause could be a computer malfunction.  If
  255.               there is power at the relay but the relay does not "close",
  256.               the relay has malfunctioned.
  257.                                     - more -
  258. .LOCATE 25,19
  259. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  260. .CLS
  261.  ┌────────────────────────────────────────────────────────────────────────────┐
  262.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  263.  └────────────────────────────────────────────────────────────────────────────┘
  264.  
  265.  
  266.            C. Check any other in-line components including Resistors
  267.               and Diodes. There should be power on both sides of any
  268.               Resistor but a power "drop" equivalent to the rating
  269.               of the resistor. There should equal power levels on
  270.               both sides of a Diode. In the case of any Transistors
  271.               used, it is necessary to identify the function of each
  272.               of the three "leads" to determine where power readings
  273.               should be observed when the component is functioning
  274.               properly. In the case of a Transistor, also note that
  275.               when one is used as a switch there will be a "trigger
  276.               voltage" at which the switch will "close". If the
  277.               voltage reading is too low, the switch will remain
  278.               "open" and the circuit will not be completed.
  279.  
  280.               NOTE: Do not use a "jumper wire" to bypass any in-line
  281.               Resistors of Diodes. Damage to other components in
  282.               the circuit may result.
  283. .LOCATE 25,19
  284. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  285. .CLS
  286.  ┌────────────────────────────────────────────────────────────────────────────┐
  287.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  288.  └────────────────────────────────────────────────────────────────────────────┘
  289.  
  290.  
  291.  
  292.               If you do not obtain the correct voltage reading in
  293.               the wiring leading to the component:
  294.  
  295.         ┌──────────────────────────────────────────────────────────────┐
  296.         │4. TRACE THE CIRCUIT TO IDENTIFY BROKEN WIRES/POOR CONNECTIONS│
  297.         └──────────────────────────────────────────────────────────────┘
  298.  
  299.               A. Perform a visual inspection from the component back
  300.                  to the power source. If there is no power, check for
  301.                  a blown fuse first. Then look for broken wires, loose
  302.                  connections, and corrosion at connections.
  303.  
  304.                                     - more -
  305. .LOCATE 25,19
  306. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  307. .CLS
  308.  ┌────────────────────────────────────────────────────────────────────────────┐
  309.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TROUBLESHOOTING ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  310.  └────────────────────────────────────────────────────────────────────────────┘
  311.  
  312.  
  313.  
  314.  
  315.  
  316.               B. Take voltage readings at the connections in the circuit
  317.                  to aid in isolating the location of any problem. Any
  318.                  points beyond the last location to show a correct
  319.                  reading should be suspected.
  320.  
  321.               C. If necessary disconnect any suspected wires at both ends
  322.                  and test with OHM METER portion of VOM to verify that
  323.                  there is a break in the wire (Any wire will show some
  324.                  resistance. In a broken wire, the resistance will be
  325.                  infinite).
  326. .LOCATE 25,19
  327. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  328. .CLS
  329. @GOBACK :BEGIN
  330.